Extension point replacement
In component org.nuxeo.runtime.avro
Documentation
Allows to register a replacement scheme for any string not supported by Avro.
Contribution Descriptors
- Class: org.nuxeo.runtime.avro.AvroReplacementDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="replacement" target="org.nuxeo.runtime.avro"> <replacement forbidden="__" priority="-100" replacement="____"/> <replacement forbidden="-" replacement="__dash__"/> <replacement forbidden=":" replacement="__colon__"/> </extension>